func internal/poll.copyFileRange

2 uses

	internal/poll (current package)
		copy_file_range_unix.go#L23: 		n, e := copyFileRange(dst, src, int(max))
		copy_file_range_unix.go#L38: func copyFileRange(dst, src *FD, max int) (written int64, err error) {